
/* header */
.logoitem{
	line-height: inherit;
}
.conmain-box{
	margin-top: 6px;
}
.conmain-box li{
	height: 26px;
	line-height: 26px;
}

.conmain-box li  a{
    width: 140px;
    overflow: hidden;
    display: inline-block;
}
.conmain-box li img{
    width: 20px;
    height: 21px;
    margin-top: 3px;
    margin-right: 5px;
    max-width: 20px;
}
/*banner*/
.banner{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.banner ul{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position:relative;
    z-index:99;
}
.banner ul li{
    position:absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:300px;
    list-style-type: none;
}
.banner ul li a{
    width:100%;
    height:300px;
    display:block;
}

.banner .small_img{
    width: 100%;
    height:71px;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-36px;
    z-index:999;
   	cursor: pointer;
}
.arrow_left {background:url(../images/banner/left_ico.png) top center no-repeat;position:absolute;left:0px;top: 50%;margin-top: -20px;cursor:pointer;border:0;display: block;width:36px;height:40px;z-index: 9999;}
.arrow_right {background:url(../images/banner/right_ico.png) top center no-repeat;position:absolute;right:0;top: 50%;margin-top: -20px;cursor:pointer;border:0;display: block;width:36px;height:40px;z-index: 9999;}
.arrow_left:hover{ background-position:bottom center;}
.arrow_right:hover{ background-position:bottom center;}

.banner ol { position:absolute;  width:100%;  height:4px; left:0px; bottom:28px; z-index:999; text-align: center}
.banner ol li {
    display: inline-block;
    _zoom:1;*display:inline;
    width:50px;
    height: 4px;
    overflow: hidden;
    margin: 0 3px;
}
.banner ol li a{
    width:50px;
    height: 4px;
    display: inline-block;
    background: url("../images/banner/ol.png") top center no-repeat;
}
.banner ol li.active a{
    background: url("../images/banner/ol.png") bottom center no-repeat;
}


.bannerlink{
    width: 100%;
    height: 62px;
    overflow: hidden;
    margin-top: 24px;
    *margin-top: 20px;
}
.bannerlink ul{
    overflow: hidden;
}
.bannerlink ul li{
    float:left;
    margin-right: 17px;
}
.bannerlink ul li.lin3{
    margin-right: 0px;
}
.bannerlink ul li a{
    width: 180px;
    height: 60px;
    display: block;
    border:1px solid #dddddd;
    background: url("../images/banner/link1.png") no-repeat;
}
.bannerlink ul li.lin2 a{
    background: url("../images/banner/link2.png") no-repeat;
}
.bannerlink ul li.lin3 a{
    background: url("../images/banner/link3.png") no-repeat;
}
.bannerlink ul li a:hover{
    background: url("../images/banner/link1_h.png") no-repeat;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: 1s;
    transition: 1s;
}
.bannerlink ul li.lin2 a:hover{
    background: url("../images/banner/link2_h.png") no-repeat;
}
.bannerlink ul li.lin3 a:hover{
    background: url("../images/banner/link3_h.png") no-repeat;
}

/*精选项目*/
.project {

    height:70px;
    overflow: hidden;
}
.project .fl{
    width: 500px;
    height: 70px;
    position: relative;
}
.project .fl .hd{
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height:70px;
}
.project .fl .hd a.next{
    width: 35px;
    height:70px;
    display: block;
    background: #f3981d url("../images/jx-btn.jpg") center center no-repeat;
    overflow: hidden;
}
.project .fl p{
    width:150px;
    margin-left:60px;
    font-size: 14px;
    font-weight: 600;
    line-height: 70px;
    float: left;
    _display:inline;
}
.project .fl .bd{
    width: 270px;
    margin:12px 0;
    float: left;
    _display:inline;
}
.project .fl .bd ul{
    overflow: hidden;
}
.project .fl .bd ul li{
    height:26px;
}
.project .fl .bd ul li a{
    width:100%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
    line-height:26px;
    font-size: 14px;
}
.project .fr p{
    margin:4px  50px 0px 0px;
}
.project .fr p a{
    width: 80px;
    line-height: 25px;
    display: inline-block;
    margin-left: 10px;
    background: url("../images/Arrow.jpg") right center no-repeat;
    font-size: 14px;
}

/* 广告 */
ul.ad{
    width:100%;
    overflow: hidden;
}
ul.ad li{
    width: 88px;
    *width:85px;
    _width:85px;
    height: 58px;
    display: block;
    float: left;
    margin-right:8px;
    margin-top: 3px;
    overflow: hidden;
    border:1px solid #cccccc;
}
ul.ad li a{
    width:88px;
    height:58px;
    display:block;
}

ul.ad li.nomargin_r{
    margin-right: 0;
}



/* tab 切换*/
.tab{
    overflow: hidden;
    position: relative;
}
.tab .hd{
    width:81%;
    position: absolute;
    left: 99px;
    top:0;
    border-bottom: 1px solid #cccccc;
}
.tab .hd ul{
    overflow: hidden;
    margin: 6px 0;
}
.tab .hd ul li{
    display: inline-block;
    float: left;
}
.tab .hd ul li a{
    padding:0 10px;
    height:24px;
    line-height:24px;
    display: block;
    font-size: 14px;
    _display:inline;
}
.tab .hd ul li.on a{
    border: 1px solid #F3981D;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.tab .bd{
    width:96%;
    height: 456px;
    margin:17px auto 0 auto;
    *margin:15px auto 0 auto;
}
.tab .bd ul{
    overflow: hidden;
}
.tab .bd ul li{
    width:100%;
    overflow: hidden;
    float: left;
    height: 30px;
    line-height:30px;
    font-size: 14px;
    margin:4px 0px;
}
.tab .bd ul li a{
    width: 70%;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab .bd ul li span.address{
    width: 55px;
    height: 30px;
    min-width: 55px;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    color: #999999;
}
.tab .bd ul li span.date{
    width: 110px;
    float: left;
    display: block;
    text-align: center;
    color: #999999;
}

/* 云标书*/
ul.new_cloud{
    width:100%;
    overflow: hidden;
    margin-top: 10px;
    height: 320px;
    *
    height:433px;
}
ul.new_cloud li{
    width:100%;
    float: left;
    margin-bottom: 12px;
    *margin-bottom:20px;
}
ul.new_cloud li span.number{
    width:100%;
    display: block;
}
ul.new_cloud li a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
}
ul.new_cloud li p{
    width: 100%;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
}
ul.new_cloud li p span{
    display: inline-block;
    float:  left;
    width: 50px;
    height:20px;
    line-height:20px;
    padding-left: 20px;
    background: url("../images/clode.png") left center no-repeat;
}
ul.new_cloud li p em{
    width: 160px;
    height: 20px;
    float: right;
    padding-left: 20px;
    background: url("../images/gou.png") left center no-repeat;
    line-height:  20px;
}

/*招标分类专区 */
.sideMenu{
    width: 100%;
    overflow: hidden;
    height: 453px;
    *height:433px;
}
.sideMenu h3{
    width:100%;
    height: 32px;
    line-height:32px;
    margin: 5px 0px;
    font-weight: normal;
    border-bottom:1px dashed #dddddd;
    font-size: 14px;
}
.sideMenu h3 em{
    float: left;
    width:15px;
    height:30px;
    display: block;
}
.sideMenu ul{
    width: 90%;
    margin:0 auto;
    overflow: hidden;
    font-size: 12px;
}
.sideMenu ul li{
    display: inline-block;
    float: left;
    margin:0 7px;
    _margin: 0 6px;
}
.sideMenu ul li {
    color: #999999;
    line-height: 28px;
}

/* 国际招标 */
.mem_list li{
    overflow: hidden;
}
.mem_list li p{
    width:100%;
    line-height: 30px;
    margin:3px 0;
    *margin:2px 0;
    *height: 24px;
    *line-height: 24px;
}
.mem_list li span{
    width: 30px;
    *width:35px;
    _width:35px;
    padding-left: 20px;
    background: url("../images/speaker.jpg") left center no-repeat;
    float: left;
}
.mem_list li a{
    width: 257px;
    *width: 170px;
    _width: 170px;
    height:30px;
    float: right;
    display: block;
}


/*采购信息*/
.tab_short{

    height: 410px;
}

/*名企采购专区*/
.smbanner{
    width: 100%;
    height: 151px;
    overflow: hidden;
    position: relative;
}
.smbanner ul{
    width: 100%;
    height: 151px;
    overflow: hidden;
    position:relative;
    z-index:99;
}
.smbanner ul li{
    position:absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:151px;
    list-style-type: none;
}
.smbanner ul li a{
    width:100%;
    height:151px;
    display:block;
}

.smbanner .small_img{
    width: 100%;
    height:50px;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-25px;
    z-index:999;
    cursor: pointer;
}
.smbanner .arrow_left {background:url(../images/mq/left_ico.png) top center no-repeat;position:absolute;left:0px;top: 50%;margin-top: -25px;cursor:pointer;border:0;display: block;width:20px;height:50px;}
.smbanner .arrow_right {background:url(../images/mq/right_ico.png) top center no-repeat;position:absolute;right:0;top: 50%;margin-top: -25px;cursor:pointer;border:0;display: block;width:20px;height:50px;}
.smbanner .arrow_left:hover{ background-position:bottom center;}
.smbanner .arrow_right:hover{ background-position:bottom center;}

.smbanner ol { position:absolute;  width:100%;  height:3px; left:0px; bottom:18px; z-index:999; text-align: center}
.smbanner ol li {
    display: inline-block;
    _zoom:1;*display:inline;
    width:30px;
    height: 4px;
    overflow: hidden;
    margin: 0 3px;
}
.smbanner ol li a{
    width:30px;
    height: 3px;
    display: inline-block;
    background: url("../images/banner/ol.png") top center no-repeat;
}
.smbanner ol li.active a{
    background: url("../images/banner/ol.png") bottom center no-repeat;
}

.contain ul.mq_newlist{
    margin-top: 17px;
    overflow: hidden;
    height: 270px;
}
.contain .mq_newlist li a{
    width: 70%;
    float: left;
}
.contain .mq_newlist li span{
    width: 30%;
    line-height: 21px;
    float: right;
    text-align: right;
}

/* 资讯信息 */
.tab_news .hd{
    width:88%;
}
.tab_news .bd{
    height: 320px;
}
.tab_news .bd ul{
    margin-top: 30px;
    height: 320px;
}
.tab_news .bd ul li{
    width: 396px;
    height: 70px;
    margin: 0 20px 30px 10px;
    _display:inline;
}
.tab_news .bd ul li .fl{
    width: 107px;
    height:70px;
}
.tab_news .bd ul li .fr{
    width:260px;
    height:70px;
}
.tab_news .bd ul li .fr a{
    width:100%;
    height:24px;
    line-height:24px;
    margin-bottom:5px;
    float: left;
}
.tab_news .bd ul li .fr p.sum{
    line-height:20px;
    color: #999999;
    float: left;
}

/*  活跃供应商排行榜 */
.charts_list{
    width:100%;
    overflow: hidden;
    margin-bottom: 18px;
    *margin-bottom: 12px;
}
.charts_list p{
    height:32px;
    line-height:32px;
}
.charts_list p span{
    width: 20px;
    display: block;
    float: left;
}
.charts_list1 p span,.charts_list2 p span,.charts_list3 p span{
    color: #F3981D;
}
.charts_list em{
	color: #ffffff;
    width:217px;
    height:16px;
    display: block;
    margin:0 auto;
    padding-left: 100px;
    background: url("../images/charts/1.png") no-repeat;
}
.charts_list2 em{
    padding-left: 90px;
    background: url("../images/charts/2.png") no-repeat;
}
.charts_list3 em{
    padding-left: 80px;
    background: url("../images/charts/3.png") no-repeat;
}
.charts_list4 em{
    padding-left: 70px;
    color: #fff;
    background: url("../images/charts/4.png") no-repeat;
}
.charts_list5 em{
    padding-left: 60px;
    color: #fff;
    background: url("../images/charts/5.png") no-repeat;
}

/* 优秀供应商展示 */

ul.supplier{
    width:100%;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.supplier li{
    width:260px;
    float: left;
    margin:20px 20px 0px 0px;
    *height: 141px;
    overflow: hidden;
}
ul.supplier li a{
    display: block;
    padding-top: 20px;
    background: url("../images/supplier.png") no-repeat;
}
ul.supplier li p{
    width:100%;
    margin-top: 10px;
    height: 24px;
    float:left;
    overflow:  hidden;
    text-overflow:  ellipsis;
    white-space: nowrap;
    line-height:24px;
    color: #999999;
}
ul.supplier li p span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 日期 */
.calendar{
    overflow: hidden;
    height: 341px;
}
.mouth{
    font-size: 18px;
    margin:35px 0 25px 0;
    text-align: center;
}
.week{
    width:100%;
    overflow: hidden;
}
.week span{
    margin:0 3px;
    *margin: 0 4px;
    width:27px;
    text-align: center;
    display:inline-block;
    *width: 25px;
    _width: 25px;
}
.datelist{
    width:100%;
    margin-top: 15px;
    overflow: hidden;
}
.datelist a{
    margin:7px 3px;
    width:27px;
    text-align: center;
    display:inline-block;
    color: #f90;
}
.datelist a.delay{
    color: #999;
}

/* 2019版 新增样式 start */
h3.title_2019 > span.dates {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
}
.tit_icon.bid8 {
    cursor: pointer;
    height: 10px;
    background-position: -35px -31px;
}
.tit_icon.bid9 {
    cursor: pointer;
    height: 10px;
    background-position: -35px -17px;
}
.year {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.year span {
    width: 43px;
    *width: 41px;
    text-align: center;
    display: inline-block;
}
.week_index{
    width:100%;
    overflow: hidden;
}
.week_index span{
    margin:0 3px;
    *margin: 0 4px;
    width:30px;
    text-align: center;
    display:inline-block;
    *width: 25px;
    _width: 25px;
}
.datebox{
    width:100%;
    margin-top: 10px;
    overflow: hidden;
}
.datebox a{
    margin:7px 3px;
    width:30px;
    text-align: center;
    display:inline-block;
    color: #f90;
}
.datebox a.delay{
    color: #999;
}
/* 2019版 新增样式 end */

/* 企业展厅*/
ul.show_hall{
    width: 100%;
    overflow: hidden;
}
ul.show_hall li{
    width: 210px;
    height: 60px;
    display: block;
    float: left;
    margin: 10px 12px 10px 12px ;
    *margin: 10px 11px 10px 11px ;
    overflow: hidden;
}
ul.show_hall li a{
    width: 210px;
    height: 60px;
    display:block;
}
ul.show_hall li img{
    width:210px;
    height:60px;
}

/*弹窗*/
.layer{
    display: none;
}
.layer p{
    width:96%;
    line-height:36px;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    *width:98%;
}
p.close{
    width:95%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom:1px solid #dddddd;
    font-size:16px;
}
p.close span{
    width: 12px;
    height:50px;
    position: relative;
    float: right;
    display: block;
    background: url("../images/detail/close.jpg") left center no-repeat;
    _display:inline;
}
p.tips{
    margin:30px auto;
}
p.jgk{
    width: 80%;
    padding-left: 50px;
    text-align: left;
    background: url("../images/detail/check_tan.jpg") left center no-repeat;
}
p.confirm{
    margin-bottom: 50px;
}
p.confirm button{
    width:96px;
    height:36px;
    line-height: 36px;
    color: #ffffff;
    background: #F3981D;
    margin:0 10px;
    display: inline-block;
    border:2px solid #F3981D;
}
/*国家部委   地区导航  友情链接*/
.tab_link{
    overflow: hidden;
    margin-top: 20px;
}
.tab_link .hd,.tab_link .bd{
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0px;
    border: 0px;
    *border: none;
    margin: 0;
    padding: 0;
}
.tab_link .hd ul{
    width: 100%;
    height: 40px;
    background: #F3981D;
    overflow: hidden;
    margin: 0;
}
.tab_link .hd ul li{
    width:86px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.tab_link .hd ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff;
}
.tab_link .hd ul li.on a{
    border: 0px;
    *border: none;
    background: #f3981d;
    border-radius: 0px;
    color: #333333;
}
.tab_link .bd {
    background: #ffffff;
    height: auto;
}
.tab_link .bd ul{
    margin: 20px 10px;
    overflow: hidden;
}
.tab_link .bd ul li{
    width: auto;
    float: left;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0 22px 0 0;
    white-space:nowrap
}
.tab_link .bd ul li a{
    display: block;
    width: auto;
    text-wrap:normal;
    white-space:nowrap
}
.tab_link .bd ul.arealist li{
    width:168px;
    margin: 0;
}
.botlink{
    height: 48px;
    overflow: hidden;
    position: relative;
    z-index:999;
    zoom: 1;
}
.botlink li{
    position: relative;
}
/*.conmain,.areamain,.linkmain{*/
/*display: none;*/
/*}*/

.conmain,.areamain,.linkmain{
    margin: 20px 10px;
    height: 48px;
    overflow: hidden;
    position: relative;
}
.conmain a,.areamain a,.linkmain a{
    width: auto;
    float: left;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0 22px 0 0;
    white-space:nowrap
}
.areamain a,.linkmain a{
    width:168px;
    margin: 0;
}
.linkmain a{
    width:130px;
    margin: 0;
}

.layer_box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 99999;
    display: none;
}
.adimg{
    width: 505px;
    height: 522px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top:50% ;
    margin: -261px 0 0 -252px;
    z-index: 999999;
    display: none;
}
.adimg a{
    display: block;
    position: relative;
    z-index: 999999;
}
.adimg .close{
    width: 34px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 137px;
    top: 65px;
    z-index: 9999999;
    display: block;
    background:#ffffff\0;
	filter:alpha(opacity=0)\0;
    background:rgba(0,0,0,0);
}

/************************************************公司专题页***********************************************************************/
.visit_bibenet{
    width: 200px;
}
.companySpecial_nav{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF;
    min-width: 1200px;
}
.companySpecial_div{
    width: 1200px;
    margin: 0 auto;
}
.companySpecial_logo{
    margin-right: 130px;
}
.companySpecial_logo img{
    vertical-align: middle;
    margin-right:5px;
}
.companySpecial_logo h1{
    font-weight: bold;
    font-size:18px ;
    color:#2d4665
}
.companySpecial_logo{
    font-weight: bold;
    font-size:18px ;
    color:#2d4665
}
.companySpecial_div .logRegbtn a{
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}
.companySpecial_div .companySpecial_login{
    background: #fe9400;
    color:#FFFFFF;
}
.companySpecial_div .companySpecial_reg{
    color:#fe9400;
    background: #FFFFFF;
    border:2px solid  #fe9400;
    height: 24px!important;
    line-height: 24px!important;
    margin-left: 10px;
}
.companySpecial_nav ul li {
    float: left;
}
.companySpecial_nav ul li a {
    padding: 0 11px;
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border-bottom: 6px solid #FFFFFF;
    margin: 0 15px;
}
.companySpecial_nav ul li a.active {
    color: #fe9400;
    border-bottom: 6px solid #fe9400;
}
.companySpecial_banner>.banner{
    height: 420px;
}
.companySpecial_banner>.banner ul{
    height: 420px;
}
.companySpecial_banner>.banner ul li{
    height: 420px;
}
.companySpecial_banner>.banner ul li a{
    height: 420px;
}
.companySpecial_content{
    width: 100%;
    background: #f8f8f8;
    margin-top: 8px;
}
.companySpecialBid_number{
    background: #FFFFFF;
    width: 100%;
    height: 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.companySpecialBid_number_all{
    width: 1200px;
    margin: 0 auto;
}
.companySpecialBid_number_item{
    overflow: hidden;
    float: left;
    height: 90px;
    width: 20%;
}
.companySpecialBid_number_item img{
    margin:20px 10px 0 40px;
}
.companySpecialBid_number_item div{
    margin-top: 18px;
}
.companySpecialBid_number_item .number{
    font-size: 24px;
    font-weight: bold;
}
.companySpecialBid_number_item .number>span{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}



.companySpecial_tableDiv .title{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #f9c432;
}
.companySpecial_tableDiv .title>span{
    font-size: 14px;
    color: #999999;
    font-weight: 100;
}
.selects div{
    text-align: center;
}
.companySpecial_table{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}
.companySpecial_tableDiv{
    border: none!important;
}
.companySpecial_tablename{
    width: 700px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    display: inline-block!important;
}
/**************************************************行业站*******************************************************************/
.industry_station_title {
    margin: 0!important;
}
.industry_focus_ul {
    height: 84px;
    overflow: hidden;
}
.industry_station_list{
    width: auto!important;
}
.industry_station_ul li.active{
    color: #FFFFFF!important;
    background: #fe9400;
}
.industry_station_ul li a.active{
    color: #FFFFFF!important;
}
.industry_station_listItem{
    width: 450px;
    margin-right: 10px;
}
.industry_station_box{
    width: 925px;
    height: 585px;
    overflow: hidden;
}
.industry_station_rightItem{
    width: 99%;
    height: 567px;
}
.industry_station_rightItem ul li{
    width: 100%;
    margin-left: 0;
    height: 43px;
    line-height: 43px;
}
.industry_station_right{
    width: 275px;
    height:585px;
    overflow: hidden;
}
.industry_station_listItem ul li{
    width: 430px;
}
.industry_station_listItem  ul li a{
    width: 350px;
}
.industry_station_rightItem ul li a{
    width: 250px;
    padding-left: 10px;
}
.industry_station_topic{
    width: 120px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background: #fe9400;
    color: #FFFFFF;
    margin-left: 80px;
}
.industry_area_project{
    width: 290px;
    height: 345px;
    overflow: hidden;
    margin-right: 10px;
}
.industry_area_project ul li{
    width: 280px;
    height: 38px;
    line-height: 38px;
}
.industry_area_project ul li a{
    width: 230px;
}
.industry_area_box{
    height: 347px!important;
    width: 294px!important;
    margin-right: 0!important;
    margin-top: 14px!important;
}
.industry_area_title{
    color: #2d4666;
    font-weight: 600;
}
.industry_station_more{
    line-height: 36px!important;
    height: 36px!important;
}

.industry_station_banner{
    height: 300px!important;
}
.industry_station_banner  li {
    height: 300px!important;
}
.industry_station_banner  li a {
    height: 300px!important;
}
.industry_station_hotconsult {
    color: #FFFFFF;
}
h3.industry_station_hotconsult span {
    color: #FFFFFF;
}
h3.industry_station_hotconsult a.more {
    color: #FFFFFF;
}
ul.industry_station_hotul{
    height: 128px!important;
}
ul.industry_station_hotul.news li{
    margin-bottom: 5px;
}
.industry_station_carIcon1{
    display: inline-block;
    width:21px;
    height: 15px;
    background: url("../../portal/images/industryStation/carIcon1.png") no-repeat;
    vertical-align: middle;
}
.industry_station_carIcon2{
    display: inline-block;
    width:20px;
    height: 18px;
    background: url("../../portal/images/industryStation/carIcon2.png") no-repeat;
    vertical-align: middle;
}
.industry_station_carIcon3{
    display: inline-block;
    width:23px;
    height: 15px;
    background: url("../../portal/images/industryStation/carIcon3.png") no-repeat;
    vertical-align: middle;
}
.industry_station_carbox1{
    height: 118px!important;
    overflow: hidden;
}
.industry_station_carbox2{
    height: 110px;
    overflow: hidden;
}
.industry_station_carbox3{
    height: 130px;
    overflow: hidden;
}
.industry_station_left {
    overflow: hidden;
    height: 388px;
}
.friendship_link{
    border: 1px solid #e6e6e6;
    margin-top: 0px;
}
.friendship_link_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.friendship_link_title span{
    border-left: 4px solid #fe9400;
    padding: 0 6px;
    color: #fe9400;
}
.industry_area_content .fr a{
    color: #333333;
}
/************************************************机构频道*****************************************************************/
.institution_channel{
    width: 100%;
    height: 386px;
}
.supplier_ecommend{
    width: 300px;
    height: 100%;
    margin-right: 20px;
}
.supplier_ecommend_ul{
    padding-left: 10px;
    box-sizing: border-box;
}
.supplier_ecommend_ul li{
    margin-top: 20px!important;
    margin-bottom: 0!important;
}
.supplier_ecommend_ul  li p{
    margin-top: 9px!important;
}
.institution_banner{
    width: 580px;
    height: 100%;
    margin-right: 20px;
}
.institution_banner_box .banner{
    height: 300px!important;
}
.institution_banner_box ul{
    height: 100% !important;
}
.institution_banner_box ul li{
    height: 100% !important;
}
.institution_banner_box ul li a{
    height: 100% !important;
}
.purchase_owner{
    width: 280px;
    height: 100%;
}
.purchase_owner_banner{
    height: 110px!important;
    width: 260px;
    margin: 10px 0 0 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.purchase_owner_table{
    width: 250px;
    height: 180px;
    padding: 20px 0 0 10px;
    overflow: hidden;
}

.supplier_content{
    width: 100%;
    height: 365px;
}
.procurement_owner{
    width: 100%;
    height: 365px;
}
.tendering_institution{
    width: 100%;
    height: 360px;
}
.institution_channel_industrynav{
    height: auto;
}
.supplier_content_left{
    width: 300px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
}
.supplier_content_right{
    width: 880px;
    height: 100%;
}
.supplier_content_left .supplier_content_ul{
    height: 100px;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.procurement_owner_ul{
    height: 142px!important;
}
.supplier_content_ul li{
    float: left;
}
.supplier_content_ul li a{
    padding:  0 8px;
    display: inline-block;
}
.excellent_supplier_box{
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}
.excellent_supplier_title span{
    color: #fe9400;
}
.supplier_line_left{
    margin-right: 10px;
}
.supplier_line_right{
    margin-left: 10px;
}
.excellent_supplier_content li{
    margin-bottom: 16px;
    overflow: hidden;
}
.excellent_supplier_img{
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-right: 15px;
}
.excellent_supplier_content a{
    display: inline-block;
    overflow: hidden;
    width: 220px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: pre-wrap;
}
.supplier_content_right{
    padding: 0 10px;
    box-sizing: border-box;
}
.supplier_content_right table{
    overflow: hidden;
    display: inline-block;
}
.supplier_content_right table tr {
    height: 39px;
    line-height: 39px;
}
.show_hall_item{
    width: 100%;
    overflow: hidden;
}
.show_hall_itembox{
    width: 210px;
    height: 60px;
    display: block;
    float: left;
    margin: 10px 12px 10px 12px;
    overflow: hidden;
}
.show_hall_itembox a{
    width: 210px;
    height: 60px;
    display: block;
}
/*.show_cursor_inherit{*/
    /*cursor: text!important;*/
/*}*/
.industry_overflow{
    width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
/******************************************************机构频道——供应商列表**********************************************************/
.supplier_listbox{
    margin-top: 10px;
}
.supplier_listbox .supplier_hotbox{
    width: 1055px;
}
/******************************************************行业频道--首页***********************************************/
.industry_banner_link{
    width: 100%;
    height: 62px;
    overflow: hidden;
    margin-top: 24px;
    *margin-top: 20px;
}
.industry_banner_link ul{
    overflow: hidden;
}
.industry_banner_link ul li{
    float:left;
    margin-right: 17px;
}
.industry_banner_link ul li.lin3{
    margin-right: 0px;
}
.industry_banner_link ul li a{
    width: 180px;
    height: 60px;
    display: block;
    border:1px solid #dddddd;
    background: url("../../images/organization/zb.png") no-repeat;
}
.industry_banner_link ul li.lin2 a{
    background: url("../../images/organization/xm.png") no-repeat;
}
.industry_banner_link ul li.lin3 a{
    background: url("../../images/organization/cg.png") no-repeat;
}

/******************************************************比比驿站首页**********************************************************/
.bibePostStation_banner{
    position: relative;
    width: 100%;
    background: #0ab8dd;
}
.bibePostStation_map{
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}
.banner_text{
    width:100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner_text_box{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    text-align: center;
}
.banner_text span{
    width: 33%;
    display: inline-block;
    font-weight: bold;
}
.bibePostStation_list{
    width: 100%;
}
.bibePostStation_title1{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 30px 0;
}
.bibePostStation_title2{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.bibePostStation_title3{
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
.bibePostStation_list_ul{
    overflow: hidden;
    padding-top: 50px;
}
.bibePostStation_list_ul li{
    width: 385px;
    height: 305px;
    background: #f4f4f4;
    border:1px solid #FFFFFF;
    border-radius: 10px;
    position: relative;
    float: left;
    margin-right: 18px;
    margin-bottom: 100px;
}
.bibePostStation_list_ul li:hover{
    background: #ffffff;
    border:1px solid #6a87f0;
}
.bibePostStation_list_title1{
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}
.bibePostStation_list_title2{
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
}
.bibePostStation_icon1{
    position: absolute;
    left: 140px;
    top: -51px;
}
.all_PostStation{
    width: 100%;
    background:#f8f8f8;
    padding-bottom: 40px;
}
.all_PostStation_box{
    width: 1200px;
    margin: 0 auto;
}
.all_PostStation_box{
    overflow: hidden;
}
.all_PostStation_title1{
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
}
.all_PostStation_title2{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.all_PostStation_list{
    width: 100%;
    margin-top: 20px;
}
.all_PostStation_ul{
    overflow: hidden;
}
.all_PostStation_ul li{
    text-align: center;
    width: 590px;
    height: 285px;
    float: left;
    background: #FFFFFF;
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    margin-right: 19px;
}
.all_PostStation_dbhd{
    overflow: hidden;
    margin-top: 10px;
}
.all_PostStation_db{
    width: 590px;
    float: left;
    margin-right: 19px;
}
.all_PostStation_ul2{
    width: 100%;
}
.all_PostStation_dbtitle{
    margin-top: 20px;
}
.hover_box{
    z-index: 999;
    width: 590px;
    height: 285px;
    background: #7993f1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    border-radius: 10px;
}
.hover_box p{
    text-align:left;
    width: 100%;
    color: #FFFFFF;
    padding-left:130px;
    box-sizing: border-box;
    line-height: 25px;
}
.hover_boxp1{
    padding-left: 0 !important;
    margin: 40px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center!important;
}
.bibe_hn{
    z-index: 999;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #96b5ec;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}
.bibePost_endText{
    line-height: 25px;
    text-align: center;
    color: #666666;
}
.bibePost_endTexttop{
    margin-top: 60px;
}
.paid_member{
    color: #f3cd1d!important;
}
.footer_img {
    width: 100%;
    height: 130px;
    background: url("../../images/footer_bigImg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.footer_img p{
    width: 800px;
    margin: 40px  auto 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
}
.bibePostStation_map_box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.bibePostStation_map_content{
    width: 100%;
    height: 800px;
}
.bibePostStation_titlecontent{
    width: 740px;
    margin: 0 auto;
    text-align: left!important;
    line-height:25px;
    font-weight: bold;
}
.bibePostStation_map_box{
    overflow: hidden;
    margin: 50px auto;
}
.bibePostStation_map_ul{
    overflow: hidden;
    margin: 50px auto;
    padding-left: 150px;
    box-sizing: border-box;
}
.bibePostStation_map_box li{
    float: left;
    width: 290px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-right: 30px;

}
.bibePostStation_map_li1{
    background:#ffd99a;
}
.bibePostStation_map_li2{
    background:#ccecde;
}
.bibePostStation_map_li3{
    background:#c7d3ff;
}
.footer_paidMember{
    font-size: 16px;
    color: #f3981d;
    font-weight: bold;
}
.footer_img_reg{
    width: 60px;
    height: 30px;
    text-align: center;
    background: #fe9400;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

/****************************************代购招标文件**********************************************/
.purchase_bid_banner{
    width: 100%;
}
.purchase_bid_box{
    width: 100%;
    background: #ffffff;
}
.purchase_bid_content{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.purchase_bid_title{
    text-align: center;
    margin: 60px 0  30px 0;
    font-size:24px;
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: 6px;
}
.purchase_bid_form{
    width: 100%;
}
.purchase_bid_form_box{
    overflow: hidden;
    margin-bottom: 10px;
}
.purchase_bid_formItem{
    width: 50%;
    float: left;
}
.purchase_bid_formItem input{
    width:90%;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    box-sizing: border-box;
}
.purchase_bid_formItemTitle{
    height: 40px;
    line-height: 40px;
    color: #3c3c3c;
    font-weight: bold;
}
.message_content{
    width: 95%;
    border-radius: 10px;
    resize: none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}
.purchase_bid_sumbitbtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #386fa5;
    margin: 30px auto 20px auto;
    border-radius: 10px;
    display: block;
}
.purchase_bid_sumbitbtn:hover{
    color: #ffffff!important;
}
.purchase_bid_content .msg{
    text-align: center;
    color: #f3981d;
    height: 25px;
    line-height: 25px;
}
.service_hotline{
    width: 100%;
    background: #386fa5;
    height: 100px;
    margin-bottom: 1px;
}
.service_hotline_box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.service_hotline_box span{
    line-height: 100px;
    color: #ffffff;
    font-size: 18px;
}
.service_hotline_box img{
    margin-top:18px
}

/**************************************************代写标书*******************************************************************/
.written_tender_content{
    margin-bottom: 60px;
}
.service_process{
    width: 100%;
    background: #ffffff;
}
.service_process_box{
    width: 1200px;
    margin: 0 auto;
}
.service_process_title{
    margin-bottom: 5px;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: 6px;
}
.purchase_bid_titleLine{
    width: 100px;
    height: 5px;
    background: #ff6f51;
    margin-left: 600px;
    margin-bottom: 40px;
}
.purchase_bid_titleLineBlue{
    background: #386fa5;
}
.service_process_item{
    float: left;
}
.service_process_jt{
    margin-top: 55px;
    width: 110px;
    text-align: center;
}
.service_process_item p{
    width: 140px;
    text-align: center;
    font-size: 24px;
    color: #3c3c3c;
    margin-top: 35px;
}
.service_process_content{
    overflow: hidden;
}
.service_advantages{
    overflow: hidden;
    margin-bottom: 40px;
}
.service_advantages_item{
    width:352px;
    height: 256px;
    background:#a8c0db;
    border-radius: 15px;
    margin-right: 70px;
    float: left;
    margin-bottom: 30px;
}
.service_advantages_item{
    text-align: center;
}
.service_advantages_title2{
    color: #415a78;
    line-height: 24px;
    font-size: 16px;
}
.service_advantages_title1{
    color: #ffffff;
    line-height: 40px;
    font-size:24px;
}
.service_advantages_itemend{
    margin-right: 0;
}
.service_advantages_item img{
    margin-top: 15px;
}
.indexbanner{
    height: 122px;
}
.indexbannervip{
    height: 130px;
}
.indexbanner ul li {
    width: 96%;
    height: 36px;
    margin-bottom: 10px;
}
.indexbanner ul li.link1{
    background: url("../images/banner/gw111.png");
}
.indexbanner ul li.link2{
    background: url("../images/banner/dzsw.png");
}
.indexbanner ul li.link3{
    background: url("../images/banner/ebscccc(1).png");
}
.indexbanner ul li.link4{
    background: url("../images/banner/index_link4.png");
}
.indexbanner ul li.link5{
    background: url("../images/banner/index_link5.png");
}
.indexbanner ul li.link6{
    background: url("../images/banner/index_link6.png");
}
